Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++ Tutorial
1) Array
2) Bitset
3) Class
4) Data Types
5) Deque
6) Development
7) Exceptions
8) File Stream
9) Function
10) Language Basics
11) List
12) Map Multimap
13) Operator Overloading
14) Operators Statements
15) Pointer
16) Queue Stack
17) Set Multiset
18) STL Algorithms Binary Search
19) STL Algorithms Heap
20) STL Algorithms Helper
21) STL Algorithms Iterator
22) STL Algorithms Merge
23) STL Algorithms Min Max
24) STL Algorithms Modifying Sequence Operations
25) STL Algorithms Non Modifying Sequence Operations
26) STL Algorithms Sorting
27) STL Introduction
28) String
29) Structure
30) Template
31) Valarray
32) Vector
STL Algorithms Non Modifying Sequence Operations
1) Adjacent_find
2) Call custom function in for_each
3) Check for mismatch between two vectors
4) Copy all letters three elements behind the f
5) Copy and insert list
6) Copy istream_iterator to ostream_iterator
7) Copy vector and list
8) Copy_backward, merge, unique and reverse
9) Count true value in a vector
10) Count_if()
11) Define == operator in order to use the find method
12) Demonstrate the find() and find_if() algorithms
13) Demonstrating generic find algorithm with an array
14) Display all elements in a vector
15) Equal algorithm
16) Extract sentences from a vector of chars with help from find_if()
17) Find a value in vector
18) Find an Element and Its Position in a Vector
19) Find an element in a list
20) Find empty string
21) Find the maximum element in a range in a list
22) Find value in a vector with find_if
23) Generic find algorithm
24) Generic mismatch algorithm
25) Illustrating the generic adjacent_find algorithm
26) Locate first occurrence of a value in a vector
27) Map
28) Print all elements in a list with copy function
29) Search first occurrence
30) Search first subrange
31) Std
32) The square of every integer in a vector
33) Use assert to check the find method
34) Use copy function to print all elements in a deque
35) Use copy to copy elements in one container to another container
36) Use copy to copy value from vector to a list
37) Use copy to output all elements in a container
38) Use copy() to copy value from one vector to vector
39) Use copy_backward to copy value from vector to a list
40) Use count function and print elements with value 4
41) Use count function to count elements that are greater than value 4
42) Use count function to count elements with even value
43) Use count on string
44) Use custom function and for_each to calculate mean value
45) Use find algorithm to find an element in a list
46) Use find to search an element in a container
47) Use find_end to search last occurrence of subcoll in coll
48) Use find_end with while loop to find the element
49) Use find_first_of function to search first occurrence of an element
50) Use find_first_of function to search last occurrence of an element
51) Use find_if to find first element divisible by 3
52) Use find_if to find first element greater than 3
53) Use for_each function to add value for each element
54) Use for_each function to print all elements in a vector
55) Use for_each with predicate
56) Use istream_iterator and find
57) Use mismatch function to find the first match
58) Use mismatch function with custom function
59) Use search_n to find four consecutive elements with value 3
60) Use std
61) Use the copy algorithms
62) Use the copy_backward algorithms
63) Use the generic copy to duplicate vectors
64) Using find with normal iteration
65) Using for_each to Display the Contents of a Collection